Seal priv pointer in GtkRecentAction.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:37 +0000 (11:05 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:37 +0000 (11:05 +0000)
svn path=/trunk/; revision=20575

gtk/gtkrecentaction.h

index 4e6a35c74e311149f768d63799b3244f0f2c03ea..96d5ca6a197d0fe1388aea9a5d7411f49d915ebe 100644 (file)
@@ -47,7 +47,7 @@ struct _GtkRecentAction
   GtkAction parent_instance;
 
   /*< private >*/
-  GtkRecentActionPrivate *priv;
+  GtkRecentActionPrivate *GSEAL (priv);
 };
 
 struct _GtkRecentActionClass